Get the Lock status for a charger
curl --request GET \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/lock \
--header 'Authorization: Bearer <token>'
{
"enabled": true
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/lock \
--header 'Authorization: Bearer <token>'
{
"enabled": true
}